home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000403_news@columbia.edu_Wed Sep 20 20:30:18 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18858
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 21 Sep 1995 05:49:39 -0400
  3. Received: by apakabar.cc.columbia.edu id AA23049
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 21 Sep 1995 05:49:37 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!kaiwan.kaiwan.com!not-for-mail
  6. From: espiritu@kaiwan009.kaiwan.com (Ed Espiritu)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: ?warning: unknown hardware for port
  9. Date: 20 Sep 1995 13:30:18 -0700
  10. Organization: KAIWAN Internet (310-527-4279,818-756-0180,909-785-9712,714-638-4133,805-294-9338)
  11. Lines: 58
  12. Message-Id: <43ptkq$qlg@kaiwan009.kaiwan.com>
  13. References: <Pine.PMDF.3.91.950911164308.13418A-100000@axe> <1995Sep11.204212.61093@cc.usu.edu> <Pine.PMDF.3.91.950916154821.7262B-100000@axe>
  14. Nntp-Posting-Host: kaiwan009.kaiwan.com
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <Pine.PMDF.3.91.950916154821.7262B-100000@axe>,
  18. Larry Levine  <ll1@axe> wrote:
  19. >
  20. >
  21. >On 11 Sep 1995, Joe Doupnik wrote:
  22. >
  23. >> In article <Pine.PMDF.3.91.950911164308.13418A-100000@axe>, Larry Levine <ll1@axe> writes:
  24. >> > I recently switched from MS-Kermit 2.32 to 3.14, which resulted in a 
  25. >> > previously unseen problem...
  26. >> > 
  27. >> > Occasionally, immediately after my modem reports a connect, Ms-Kermit 
  28. >> > will show the message, 
  29. >> > 
  30. >> >     ?warning: unknown hardware for port.  Using Bios as BIOS2. 
  31. >
  32. >>     I dunno. The most suspicious culprit is a hardware conflict over
  33. >> the port. Do you have anything else attacking that port? A mouse driver,
  34. >> a MODE blah,P, hardware stepping on the IRQ wire or i/o port numbers?
  35. >> There is quite a bit of discussion of serial ports in the distribution
  36. >> docs so I suggest reading the material and see if any points apply to
  37. >> your machine.
  38. >>     Joe D.
  39. >Much thanks, Joe. I re-read the material per your suggestion...no luck.  As
  40. >for the conflicts you mentioned, I couldn't find anything obvious, though
  41. >I suspect I lack the resources/knowledge to do a thorough check. 
  42. >
  43. >FYI, I run MSKermit under the WordPerfect Shell 4.0 task swapper.
  44. >
  45. >Anyway, I added a "set port 2" to the script just after the place where the
  46. >error message appears... and this seems to solve the problem completely. 
  47. >
  48. >    Larry.
  49.  
  50. Clone 486DX2-66
  51. Windows 3.1
  52. PC Tools for Windows shell
  53.  
  54. my login script reads
  55. set port 2
  56. echo set port 2
  57. set port 2
  58. echo set port 2
  59. set port 2
  60. echo set port 2
  61.  
  62. Occasionally the first one generates the error, one in thirty
  63. uses.  The second one never generates the error.  The third one
  64. is there in case it does.
  65.  
  66. Sessions with and without the error message are indistinguishable.
  67.  
  68. --
  69. Ed Espiritu
  70. ---
  71. -- 
  72. --Ed Espiritu==
  73.